OnItemRemoved Method

Summary
Raises the ItemRemoved event.
Syntax
C#
VB
C++
protected virtual void OnItemRemoved( 
   KeyValuePair<TKey, TValue> data 
) 
  
Protected Sub OnItemRemoved( _ 
   ByVal data As KeyValuePair(Of TKey,TValue) _ 
)  
protected: 
void OnItemRemoved(  
   KeyValuePair<TKey^,TValue^> data 
)  

Parameters

data
The KeyValuePair object that is removed from the dictionary.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.